DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1EditableDataCollection<T> Class / PageSize Property

In This Topic
    PageSize Property (C1EditableDataCollection<T>)
    In This Topic
    Gets or sets the maximum number of items per page.
    Syntax
    'Declaration
     
    Public Overridable Property PageSize As Integer
    public virtual int PageSize {get; set;}
    See Also